home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
ModeProSrc.lha
/
revision_data
< prev
next >
Wrap
Text File
|
1999-01-11
|
2KB
|
40 lines
Revision Info
--------------------------------------------------------------------------------------------------
4.52 Daemon
- Added exit code where if pd->Promote is set to 0 (after user cancels "Requester" promotion.
Now "Don't Promote" really doesn't promote.
- LockPubScreenList() patch removed due to: ADPro, DOpus that reference the
Screen pointer; Birdie LockPubScreen all screens in the List.
- LockPubScreenList() patch kludged reduce enforcer hits by ADPro and DOpus.
Screen pointer.
- CloseScreen patch modified. Slightly
- Disabling promotion nolonger disables public screens, and will no longer flash a blank black screen.
4.51 Prefs
- Repaired gd_Overscan() - Never saved the result (caused in ver 4.x).
Daemon
- Repaired LockPubScreenList() to handle nested calls.
- Added bug string to UnlockPubScreenList when the list is not locked
4.50 Daemon
- Removed duplicate ReleasePens code in FreeOpenNode()
- Added bounds checking to num and num2 in mpObtainPens()
- Added max value check to num and num1 in mpObtainPens() in case user does "10-5" for example
----------------------------------------------------------------------------------------------------
(4.63.1) - Work:sc/Programs/ModePro/ModePro.h
Description: Was ForcedEditPort, now general "to do" port.
...
struct MsgPort PrefsToDoPort; // v4.27 // Things that the prefs editor must do (ForcedEdit Msgs for ex)
...
----------------------------------------------------------------------------------------------------
(4.63.2) - Work:sc/Programs/ModePro/ModePro.h
Description: Alias for now
...
#define ForcedEditPort PrefsToDoPort
...